home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set none to 1
- if rollOver(1) then
- set none to 0
- set the locV of sprite 40 to 151
- end if
- if rollOver(2) then
- set none to 0
- set the locV of sprite 40 to 190
- end if
- if rollOver(3) then
- set none to 0
- set the locV of sprite 40 to 229
- end if
- if rollOver(4) then
- set none to 0
- set the locV of sprite 40 to 286
- end if
- if rollOver(5) then
- set none to 0
- set the locV of sprite 40 to 325
- end if
- if rollOver(7) then
- set none to 0
- set the locV of sprite 40 to 364
- end if
- if rollOver(6) then
- set none to 0
- set the locV of sprite 40 to 403
- end if
- if none = 1 then
- set the locV of sprite 40 to 520
- end if
- go(the frame)
- end
-